Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: htmlProcessor node xml

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default htmlProcessor node xml

    my java project is using xml to decide the system flow. the xml node is using <htmlprocessor> and <htmlstate>
    may i know what is the function of the these node in xml?
    <htmlprocessor context="abc" id="abc">
    <htmlstate id="start" type="initial" target state="initial_page"/>
    </htmlprocessor>

    may i know what is the function of the following coding? type="page" ? do_nothing is using for what? typeinfo is using for what function?
    any information about this project ? is it Spring project? i don't know the what type of programming in java?
    ---------------------------------------------

    <htmlstate typeidinfo="aa.jsp" id="aa" type="page">
    <transitions>
    <htmlTransition do_nothing="false" id="aa.next" targetState="aaOp/>

  2. #2
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: htmlProcessor node xml

    XML with htmlstate node

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: htmlProcessor node xml

    Moved from Code examples section.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replacing Node Value
    By ProgrammablePeter in forum Algorithms & Recursion
    Replies: 2
    Last Post: March 30th, 2014, 05:50 PM
  2. LIST NODE TROUBLES
    By YONATAN in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 26th, 2011, 03:35 AM
  3. [SOLVED] XML get/set node by attribute value
    By b_jones10634 in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: August 24th, 2010, 11:26 AM
  4. TreeNode vs. Node
    By Kumarrrr in forum Java Theory & Questions
    Replies: 1
    Last Post: March 27th, 2010, 06:06 AM
  5. Xml-Node Retrieval
    By prasb in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: December 4th, 2009, 12:44 PM